home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / mail / liststats.lha / ListStats / ListStats_rev.log < prev    next >
Text File  |  1999-01-03  |  6KB  |  181 lines

  1. ListStats 0.1 BETA 1 ( 3.7.1998) 12:20:43 by Chris <dasoft@zetnet.co.uk>
  2.  
  3. Started work on interface. Probably take a while as I'll be working on
  4. Explorer at the same time...
  5.  
  6.  
  7. ListStats 0.2 BETA 1 ( 4.7.1998) 21:54:03 by Chris <dasoft@zetnet.co.uk>
  8.  
  9. Mailing lists handling routines are now complete and appear to be 100%
  10. enforcer and mungwall hit free. Problems I have encountered so far
  11.  
  12.     - Had to revise plan to use MailingList pointers directly in the
  13.       main listview as this would require a search in the delete
  14.       routine. I decided to replace the MailingList pointers with the
  15.       ListItems which keep track of them internally. This means that
  16.       there is a little more complexity in the displayhook (one more
  17.       pointer and 2 lines of code...) but the delete can be done
  18.       directly on the linked list.
  19.  
  20.     - combined Add and Edit routines. Slightly more complex by reduced
  21.       code size by over 40 lines.
  22.  
  23.     - Enforcer hit in the uniqueness check. This was caused by stricmp().
  24.       Why did the designers of ANSI never think to include NULL pointer
  25.       checks?!? Added estricmp() routine which checks for NULLs before
  26.       calling stricmp().
  27.  
  28.     - Had to force NList to redraw after delete - MUI doesn't seem to
  29.       pick up window corruption caused by a requester :/
  30.  
  31.  
  32. ListStats 0.3 BETA 1 ( 5.7.1998) 15:52:48 by Chris <dasoft@zetnet.co.uk>
  33.  
  34. Completed addition of all windows and opening/ closing code. Now working on 
  35. directory scanner and email parser. 
  36.  
  37. Sending this version to Ed and Phil for comments & pamiga logo permission
  38.  
  39.  
  40. ListStats 0.4 BETA 1 ( 6.7.1998) 16:25:51 by Chris <dasoft@zetnet.co.uk>
  41.  
  42. Renamed lists file to lists/ListStats.lists as I need to add a config file
  43. too..
  44.  
  45.  
  46. ListStats 0.5 BETA 1 (12.7.1998) 18:56:20 by Chris <dasoft@zetnet.co.uk>
  47.  
  48. Finally have person/ subject list loading, saving, sorting and searching done.
  49. YAM scanner is operating correctly on test data. 
  50.  
  51.  
  52. ListStats 0.6 BETA 1 (12.7.1998) 21:29:16 by Chris <dasoft@zetnet.co.uk>
  53.  
  54. Completed top ten display
  55. Bug in poster addition - no report even when adding new :/
  56.  
  57.  
  58. ListStats 0.7 BETA 1 (12.7.1998) 21:42:30 by Chris <dasoft@zetnet.co.uk>
  59.  
  60. Fixed bug in new poster report
  61. Added 'Posters' column to mailing list listview
  62.  
  63.  
  64. ListStats 0.8 BETA 1 (13.7.1998) 13:58:22 by Chris <dasoft@zetnet.co.uk>
  65.  
  66. Added 'Current List' box to main window, fixed bug in top10 display (if
  67. list had <10 posters then remainder of top ten entries were 100% of posting)
  68.  
  69.  
  70. ListStats 0.9 BETA 2 (13.7.1998) 17:24:32 by Chris <dasoft@zetnet.co.uk>
  71.  
  72. Bug in scanner - lists not sorted if mailing list selected, corrected by 
  73. actually adding the sort calls. DOH!
  74.  
  75.  
  76. ListStats 0.10 BETA 3 (14.7.1998) 18:07:52 by Chris <dasoft@zetnet.co.uk>
  77.  
  78. Added menus, removed About, Prefs & Quit buttons from main window
  79.  
  80. »»» Thanks to Chris Appleton for the suggestion
  81.  
  82. Included possibility to save statistics at any time.
  83.  
  84.  
  85. ListStats 0.11 BETA 4 (14.7.1998) 19:32:03 by Chris <dasoft@zetnet.co.uk>
  86.  
  87. AAAGGGHHH!!!! The routine loading lines from mailfiles did not strip the \n
  88. character from the end of the line.. result: every name had the \n at the end
  89. causing over-large text boxes in the top ten window. The solution is to
  90. cut this out.. but then any stats people have been compiling will be invalid.
  91.  
  92.  
  93. ListStats 0.12 BETA 5 (19.7.1998) 11:59:59 by Chris <dasoft@zetnet.co.uk>
  94.  
  95. Fixed bug in date update routine - List processing error. Removed division
  96. by zero error from stats display routine.
  97.  
  98.  
  99. ListStats 0.13 BETA 6 (19.7.1998) 14:15:03 by Chris <dasoft@zetnet.co.uk>
  100.  
  101. More bugs - Top Ten this time. Top ten picking code did not select corrent
  102. entries if the list was not ordered optimally for the operation (ie: postings
  103. per week did not correllate with postings per year). Corrected by a reverse
  104. array shuffle prior to inserting new entries.
  105.  
  106. ListStats 0.14 BETA 7 (25.7.1998) 11:38:25 by Chris <dasoft@zetnet.co.uk>
  107.  
  108. Added Bob to the list of betatesters.
  109.  
  110.  
  111. ListStats 0.15 BETA 8 ( 1.8.1998) 18:21:51 by Chris <dasoft@zetnet.co.uk>
  112.  
  113. Checking for 0 on he month change, should have been checking for a 1.
  114. Major error in subject handling - forgot to reset the subjects counter
  115. when the list was cleared.
  116.  
  117.  
  118. ListStats 0.16 BETA 9 ( 5.8.1998) 20:01:05 by Chris <dasoft@zetnet.co.uk>
  119.  
  120. Added loading and saving of listview column positions. Thanks to Bob Arceneaux
  121. for the suggestion.
  122.  
  123. ListStats 0.17 BETA 10 (11.8.1998) 21:07:21 by Chris <dasoft@zetnet.co.uk>
  124.  
  125. Added export facilities. Thanks again to Bob Arceneaux
  126.  
  127. ListStats 0.18 BETA 11 (17.8.1998) 19:56:18 by Chris <dasoft@zetnet.co.uk>
  128.  
  129. Removed "enter name" window and moved name entry to preferences
  130. (another good suggestion Bob!). Also created a number of arexx and shell
  131. scripts which automagically instruct ListStats to start, scan and quit. Very
  132. powerful when used with YAM2!
  133.  
  134.  
  135. ListStats 0.19 BETA 12 (28.8.1998) 21:31:28 by Chris <dasoft@zetnet.co.uk>
  136.  
  137. Added:
  138.  
  139.     - Open behind all other windows (DO NOT USE ON SCREENS WITH A BACKDROP
  140.       WINDOW!!!!)
  141.  
  142.     - Set mails to unread as they are scanned (avoids double-scanning)
  143.  
  144.     - Backs up .posters and .subjects files
  145.  
  146.     - checks for date problems (clock not set correctly etc) on startup and
  147.       allows quit before data loss.
  148.  
  149.     - Lennart Fridén, new beta tester.
  150.  
  151.  
  152. ListStats 1.0 (30.8.1998) 18:16:20 by Chris <dasoft@zetnet.co.uk>
  153.  
  154. Documents updates, first public release version
  155.  
  156.  
  157. ListStats 1.1 (12.9.1998) 15:30:22 by Chris <chris@worldfoundry.demon.co.uk>
  158.  
  159. Corrected bug in export, altered contact details for my new address.
  160.  
  161.  
  162. ListStats 1.2 (21.9.1998) 15:27:00 by Chris <chris@worldfoundry.demon.co.uk>
  163.  
  164. Added "Show future" checkbox to prefs and changed export to allow full/
  165. partial export of stats for a month.
  166.  
  167. Rearranged prefs window layout
  168.  
  169.  
  170. ListStats 1.3 (1.1.1999) 14:14:22 by worldfoundry@worldfoundry.demon.co.uk
  171.  
  172. Fixed end-of-year bug (system got confused because ml_WeekStart was in the 350s/60s while the current
  173. tm_yday was below 7... It thought the date had been reset.... :/ 
  174.  
  175.  
  176. ListStats 1.4 (3.1.1999) 11:46:09 by worldfoundry@worldfoundry.demon.co.uk
  177.  
  178. Removed some restrictions on mail counts, removed some stray logging code.
  179.  
  180.  
  181.